Update the migration guide
authorMatthias Clasen <mclasen@redhat.com>
Mon, 7 Nov 2016 19:59:23 +0000 (14:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 7 Nov 2016 21:00:05 +0000 (16:00 -0500)
Mention the demise of -gtk-gradient, and explain that CSS syntax
works fine for this now.

docs/reference/gtk/migrating-3to4.xml

index e8ce306112f8c1591999a0e5805cd837d8024c61..2638c7d9dcdc51ce7150046b1d194acfa4de15a0 100644 (file)
     <section>
       <title>Adapt to GtkWidget's size request changes</title>
       <para>
-        GTK+3 used five different virtual functions in GtkWidget to
+        GTK+ 3 used five different virtual functions in GtkWidget to
         implement size requisition, namely the gtk_widget_get_preferred_width()
         family of functions. To simplify widget implementations, GTK+4 uses
         only one virtual function, GtkWidgetClass::measure() that widgets
       </para>
     </section>
 
+    <section>
+      <title>Don't use -gtk-gradient in your CSS</title>
+      <para>
+        GTK+ now supports standard CSS syntax for both linear and radial
+        gradients, just use those.
+      </para>
+    </section>
+
   </section>
 
 </chapter>